github.com/jackc/pgx/v5.ErrPreprocessingBatch.err (field)

4 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L516: 	err  error
		batch.go#L520: 	return ErrPreprocessingBatch{step: step, sql: sql, err: err}
		batch.go#L527: 	return fmt.Sprintf("error preprocessing batch (%s): %v", e.step, e.err)
		batch.go#L531: 	return e.err